Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker): add permissions to config and plugins folder to the $VERDACCIO_USER_UID user #2249

Closed
wants to merge 2 commits into from

Conversation

juanpicado
Copy link
Member

@juanpicado juanpicado commented May 13, 2021

  • Apply permissions for/verdaccio/conf and /verdaccio/plugins to the $VERDACCIO_USER_UID user
    chown -R $VERDACCIO_USER_UID:root /verdaccio/conf && \
    chown -R $VERDACCIO_USER_UID:root /verdaccio/plugins && \

fix #2196

@juanpicado juanpicado linked an issue May 13, 2021 that may be closed by this pull request
@juanpicado juanpicado changed the title Update Dockerfile fix(docker): add permissions to config and plugins folder to the $VERDACCIO_USER_UID user May 13, 2021
@juanpicado juanpicado marked this pull request as ready for review May 13, 2021 11:38
@juanpicado juanpicado requested a review from a team May 13, 2021 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config path of docker container can't be mapped
1 participant